home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / basic / qbware.exe / TIMER.BAS (.txt) < prev    next >
QuickBASIC Tokenized Source  |  1990-11-30  |  3KB  |  61 lines

  1. FnCompress
  2. Verify
  3. Xverify
  4. FnMod
  5. FnTime
  6. CTicks
  7. Clock
  8. Minutes
  9. Seconds
  10.     Hundreths
  11. Leftover
  12. Wallm
  13. Wall.Clock
  14. FnTicks
  15. ClTicks:
  16. BsGeTimew
  17. HighR
  18. OHigh
  19. ODays
  20. Clock1
  21. Clock2
  22. Clock.Diff
  23. Cur.Time
  24. Old.Time
  25.     Time.Diff
  26. registered
  27. QBWARE
  28. QBWARE.
  29. NMALLOC
  30. Copyright (c) 1987,1988 Marcel Madonna
  31. TIMER.BAS shows the use of the TIMER servicesy
  32. * N O T E 
  33. This program cannot be used from the DOS prompt without Microsofti
  34. QuickBasic V4.0 and a registered copy of QBWARE.
  35. To compile it, at the DOS prompt type:
  36.  bc TIMER;
  37.  link /ex /noe TIMER,,,brun40 qbware; 
  38.  del TIMER.obj
  39.  del TIMER.map
  40. This program cannot be used from the QuickBasic environment withoutt
  41. QuickBasic V4.0 and a registered copy of QBWARE.
  42. To run it from the QuickBasic development environment, type:
  43.  qb TIMER /l qbwarel
  44.  [Shift] + F5b
  45. To execute TIMER just type "TIMER" followed by a file specification at the
  46. DOS prompt
  47. For Example:
  48.  TIMER *.Bak
  49. will find all files on the current drive with an extension of BAK 
  50.  This is a sample program that shows the use of the functions included
  51.  below and the subroutine BSGETIME.  The program simply gets the current
  52.  time at entry, displays it, does some work, gets the time again, ande
  53.  computes the time, in hundreths of seconds, that it took to do the work.
  54. Compress.fn'
  55. Modulo.fn'
  56. Time.fn'
  57. Ticks.fn'
  58. Program start
  59. Initialize starting pointa
  60.  Let's putz for a little while
  61.